home *** CD-ROM | disk | FTP | other *** search
/ Shareware Grab Bag / Shareware Grab Bag.iso / 015 / ansiprt.arc / ANSIPRT.DOC < prev    next >
Encoding:
Text File  |  1985-09-28  |  1.5 KB  |  30 lines

  1.     ANSIPRT program documentation
  2.  
  3.     written 09-28-85 by:
  4.         Mike Sirmans
  5.     sysop of: ZAP!-BBS  Atlanta, GA
  6.         (404) 972-3458
  7.         2400/1200/300 baud
  8.         24hrs a day
  9.  
  10.     ANSIPRT is a utility program which allows you to print files
  11.     on microcomputers which contain ANSI-print spacing characters.
  12.     Files which are created in this format are normally produced
  13.     by IBM mainframe computers for attached impact printers.
  14.  
  15.     These files are easily recognizable as they normally contain
  16.     either a blank, 1, -, 0, or + in column 1 of each printline.
  17.     Thus, the first character of each line is not printed as it
  18.     merely contains spacing information for the printout.
  19.     Printing such a file using the normal DOS utilities yields a
  20.     poorly readable document.
  21.  
  22.     To use:    C>ansiprt xxxxxxxx.xxx
  23.  
  24.     where xxxxxxxx.xxx is the file containing the ANSI-spacing.
  25.     ANSIPRT does not run as a subtask as does the PRINT command.
  26.  
  27.     Source is included and may be compiled on any of the popular
  28.     C compilers for the IBM-pc.  This version was compiled using
  29.     C86 version 2.20j.
  30.